home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / ctenari / Schee / czechinc.exe / Czech in console 1.1.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2001-12-31  |  3KB  |  122 lines

  1. object Form1: TForm1
  2.   Left = 275
  3.   Top = 251
  4.   BorderStyle = bsNone
  5.   Caption = 'Czech in console 1.1'
  6.   ClientHeight = 119
  7.   ClientWidth = 360
  8.   Color = clNavy
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 360
  23.     Height = 119
  24.     Align = alClient
  25.     ParentShowHint = False
  26.     Shape = bsFrame
  27.     ShowHint = False
  28.     Style = bsRaised
  29.   end
  30.   object Label1: TLabel
  31.     Left = 8
  32.     Top = 24
  33.     Width = 277
  34.     Height = 13
  35.     Caption = '∩┐╜esk∩┐╜ znak, kter∩┐╜ chcete napsat v konsolov∩┐╜ aplikaci C++'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWhite
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label2: TLabel
  44.     Left = 40
  45.     Top = 56
  46.     Width = 200
  47.     Height = 13
  48.     Caption = 'Tento znak zkop∩┐╜rujte do zdrojov∩┐╜ho k∩┐╜du'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWhite
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Edit1: TEdit
  57.     Left = 296
  58.     Top = 16
  59.     Width = 20
  60.     Height = 24
  61.     Cursor = crIBeam
  62.     Color = clBlack
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWhite
  65.     Font.Height = -13
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     MaxLength = 1
  69.     ParentFont = False
  70.     TabOrder = 0
  71.     OnChange = Edit1Change
  72.   end
  73.   object Edit2: TEdit
  74.     Left = 296
  75.     Top = 48
  76.     Width = 20
  77.     Height = 24
  78.     Cursor = crIBeam
  79.     Color = clBlack
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWhite
  82.     Font.Height = -13
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = [fsBold]
  85.     MaxLength = 1
  86.     ParentFont = False
  87.     ReadOnly = True
  88.     TabOrder = 1
  89.   end
  90.   object CheckBox1: TCheckBox
  91.     Left = 336
  92.     Top = 8
  93.     Width = 17
  94.     Height = 17
  95.     Cursor = crHandPoint
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clRed
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = [fsBold]
  101.     ParentFont = False
  102.     TabOrder = 2
  103.     OnClick = CheckBox1Click
  104.   end
  105.   object Button1: TButton
  106.     Left = 152
  107.     Top = 88
  108.     Width = 49
  109.     Height = 17
  110.     Cursor = crHandPoint
  111.     Caption = 'About'
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clWindowText
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.     TabOrder = 3
  119.     OnClick = Button1Click
  120.   end
  121. end
  122.